body{
    margin: 10%;
    text-align: center;
    align-content:center;

    background: blue;
    color:white;
    font-size:30px;
    font-family:Impact;
    letter-spacing: 2px;
}

.next{
    font-size:30px;
    position:fixed;
    bottom:5%;
    right: 5%;
    color: red;
    text-decoration: none;
}

.home{
    font-size: 38;
    text-align: left;
    position:fixed;
    bottom:5%;
    left: 5%;
    color: white;
    text-decoration:none;
}

.worse{
    font-size:30px;
    position:fixed;
    bottom:20px;
    right: 30px;
    color: #ff0000;
    text-decoration: none;
}

.blurry{
    position: fixed;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    color: white;
    font-size: 30px;
    font-family: Impact;
    letter-spacing: 2px;
    text-align: center;
}

.blurrybackground{
    background-color: blue;
}

.pain{
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    color: white;
    font-size: 30px;
    font-family: Impact;
    letter-spacing: 2px;
    text-align: center;
}

.hardtofocus{
    position: fixed;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    color: white;
    font-size: 30px;
    font-family: Impact;
    letter-spacing: 2px;
    text-align: center;
}
